@@ -100,7 +100,7 @@ module Agents |
||
100 | 100 |
options[:extract].keys.each do |name| |
101 | 101 |
result[name] = output[name][index] |
102 | 102 |
if name.to_s == 'url' |
103 |
- result[name] = URI.join( options[:url], result[name]).to_s if (result[name] =~ URI::DEFAULT_PARSER.regexp[:ABS_URI]).nil? |
|
103 |
+ result[name] = URI.join(options[:url], result[name]).to_s if (result[name] =~ URI::DEFAULT_PARSER.regexp[:ABS_URI]).nil? |
|
104 | 104 |
end |
105 | 105 |
end |
106 | 106 |
|